Last chance! 50% off unlimited learning
Sale ends in
The null hypothesis is whether an IAG distribution fits the data well, where the altenrative is that ESAG distribution is more suitable.
iagesag(x, B = 1, tol = 1e-07)
A numeric matrix with three columns containing the data as unit vectors in Euclidean coordinates.
The number of bootstrap re-samples. By default is set to 999. If it is equal to 1, no bootstrap is performed and the p-value is obtained throught the asymptotic distribution.
The tolerance to accept that the Newton-Raphson algorithm used in the IAG distribution has converged.
A vector including:
The value of the test statistic.
The p-value of the test.
Essentially it is a test of rotational symmetry, whether the two
Paine P.J., Preston S.P., Tsagris M. and Wood A.T.A. (2018). An Elliptically Symmetric Angular Gaussian Distribution. Statistics and Computing, 28(3):689--697.
# NOT RUN {
x <- rvmf(100, rnorm(3), 15)
iagesag(x)
fishkent(x, B = 1)
# }
Run the code above in your browser using DataLab